home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
Tree
/
treeobj
/
TreeCoord.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-05-16
|
390 b
|
19 lines
/* TreeCoord.h Copyright 1992 Steve Ludtke All Rights Reserved */
#import <objc/Object.h>
#import "gopher.h"
@interface TreeCoord:Object
{
id object; /* points back to the GopherObj */
}
/* required methods */
- start:(Root *) top :Pobject :(char *)path;
-(char *)help:window :browser;
-setCoord:(Branch *) branch;
-preferences:sender;
@end